Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added project layout, defined amp commands for server/client #24

Merged
merged 10 commits into from
Nov 16, 2023

Conversation

Raining-Cloud
Copy link
Collaborator

@Raining-Cloud Raining-Cloud commented Nov 8, 2023

Added two folders for the server and client software, so we don't mix up the code/packages. In addition to that I started with @Cari1111 to design the commands which usethe twisted amp protocol, more details in the wiki.

Implements #20

@Raining-Cloud Raining-Cloud marked this pull request as draft November 8, 2023 23:38
@Raining-Cloud Raining-Cloud self-assigned this Nov 8, 2023
@Raining-Cloud
Copy link
Collaborator Author

So I finally mocked up some command's to use for the server-client communication. There might be some confusion about which command can be dispatched by the server/client and which can't. Thats why I added the abstraction Layer so there is the option of checking with in e.g. isinstance() if the command is allowed to be send in the direction.

@Raining-Cloud Raining-Cloud requested review from luator, PacoSchatz and Cari1111 and removed request for luator November 14, 2023 23:32
@Raining-Cloud Raining-Cloud marked this pull request as ready for review November 14, 2023 23:34
@Raining-Cloud Raining-Cloud changed the title added project layout, started with amp commands added project layout, defined amp commands for server/client Nov 15, 2023
Copy link
Collaborator

@Cari1111 Cari1111 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The protocol has all necessary commands.
Structure of the project is usefull.

@Raining-Cloud Raining-Cloud merged commit 42055e0 into main Nov 16, 2023
4 checks passed
@Raining-Cloud Raining-Cloud deleted the raining-cloud_protocol branch December 12, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants